Welcome![Sign In][Sign Up]
Location:
Search - get post

Search list

[Internet-NetworkHTTPGetPost

Description: This article presents a utility that lets you retrieve raw information from web servers using HTTP s GET and POST commands. 解压后其中一个是源文件,另一个是demo 阅读代码相关参考: http://www.rfc-editor.org/ http://www.codetools.com/index.html-This article presents a utility that lets y ou retrieve raw information from web servers us ing s HTTP GET and POST commands. unpacked which is a source document, another demo code reading relevant reference : http :// www.rfc-editor.org/ http :// www.codetools.com/index.html
Platform: | Size: 61440 | Author: 陈丽萍 | Hits:

[Proxy ServerAProxy

Description: 一个小巧的代理程序(编译后压缩大约5K),工作模式是单线程的,即异步模式, 工作在1个端口,根据分析请求的数据,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP)-a compact agents (compiled compressed about 5K), the mode is the thread, that is asynchronous mode, in a port, based on an analysis of the requested data, while supporting three kinds of agents : 1. HTTP proxy (mode of support : GET, POST, CONNECT) 2, 3 Sock4 agent, Sock5 Agents (TCP, UDP)
Platform: | Size: 9216 | Author: zx | Hits:

[Internet-NetworkHTTPLib

Description: Http library for Palm, HTTP full implimentation include GET, POst, -Http library for Palm, HTTP GET include full implimentation, POst,
Platform: | Size: 19456 | Author: Sean | Hits:

[Software EngineeringdingdanHTML

Description: 送表单数据的方法,有两种方法“get”"post"。GET是将FORM的输入信息作为字符串附加到action所设定的URL后面,中间用”?“隔开,每个表单域之间用”&“隔开,然后把整个字符串传送到服务器端。 使用GET方法所得到的信息不能很多,一般在4000字符左右,而且不能含有非ASCⅡ码字符,并且在浏览器的地址栏中将以明文的形式显示表单中的各个表单或值。POST是将FORM的输入信息进行包装,而不用附加在action属性的URL之后,其传送的信息数据量基本上没什么限制。-send form data, and that there were two ways to "get" and "post." GET FORM is the importation of additional information as a string of action set by the URL, Middle "?" separated, each domain forms between "&" off, then the entire string sent to the server. GET method used to be not a lot of information, usually in about 4,000 characters, and must not contain non-ASCII code characters in the browser address bar will be shown explicitly in the form of various forms of form or value. FORM POST is the importation of information packaging, instead attached to the URL of the action attribute, the transmission of its information data basically no restrictions.
Platform: | Size: 3072 | Author: zmx | Hits:

[Delphi VCLDelphi-getpost

Description: Delphi-get,post,示例.rar-Delphi-get, post, example. Rar
Platform: | Size: 212992 | Author: lyc | Hits:

[Internet-Networkhttp

Description: HTTP客户端例子程序 用HTTP协议与WEB网站通信,实现基本的GET/POST消息交互。 主要功能: GET 网站上的页面、下载JPG文件等 POST 表单,包括上传文件。 分析部分常用的返回信息 主要用途: 实践GET/POST消息交互,根据网站的内容具体修改可以定制成专用的接口程序。 主要函数都没有用MFC,可以轻松移植到嵌入式系统。-HTTP client example program using HTTP protocol and WEB site communications, and realize the basic GET/POST interactive news. Main functions: GET on the site page, download JPG files a form POST, including upload files. Analysis of some commonly used to return information on the main purposes: the practice of GET/POST interactive news, according to site specific changes to the content can be customized into a dedicated interface program. The main functions are not used MFC, can be easily ported to embedded systems.
Platform: | Size: 56320 | Author: | Hits:

[Internet-NetworkHTTPClient

Description: This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL). -This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL ) (note that this is not the same as the GPL).
Platform: | Size: 734208 | Author: Guo Quan | Hits:

[Internet-Networkc++_http

Description: 一个c++的http发送类 SendHTTP.c by Jeff Heaton(heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol-A c++ Send the http type SendHTTP.c by Jeff Heaton (heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol
Platform: | Size: 21504 | Author: k23456 | Hits:

[Internet-Networkhttp_Post_Get

Description: 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
Platform: | Size: 24576 | Author: | Hits:

[.netHttpWebRequestClass-vb.net

Description: vb.net 开发的http clien类. 可以方便的使用这个实现http get,post,put等请求。-vb.net development of type http clien. to facilitate the realization of the use of the http get, post, put the request and so on.
Platform: | Size: 91136 | Author: ryan | Hits:

[Internet-Networkhttp

Description: 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Platform: | Size: 1024 | Author: danny | Hits:

[Windows DevelopHttpRequest

Description: 本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol' s request message, including GET, POST method, compiled through the windows, you can run.
Platform: | Size: 2048 | Author: lijuan | Hits:

[JSP/Javasamlpeget-post

Description: 用 GET 或者 POST 来与Java servlet通讯的例子. 对初学者可能有用,来自JavaCore编程。-Use GET or POST to communicate with a Java servlet. The servlet will search a database for the balance of an account.
Platform: | Size: 4096 | Author: dogdig | Hits:

[Internet-NetworkVC.GET.POST.HTTP.client.code.send.request

Description: VC实现GET POST发送请求HTTP客户端代码VC realize GET POST HTTP client code to send request -VC realize GET POST HTTP client code to send request
Platform: | Size: 37888 | Author: 67 | Hits:

[Web ServerHTTPSERVER

Description: HTTP服务程序 实现get post方法 并有加密与签名-HTTP service program to achieve get post and have encryption and signatures
Platform: | Size: 79872 | Author: crystal | Hits:

[androidEX08_01_1

Description: Http GET/POST传递参数(HTTP连接示范)-Http GET/POST to pass parameters (HTTP connection model)
Platform: | Size: 38912 | Author: 郁云 | Hits:

[Internet-NetworkVCPP-HTTP-Get-Post

Description: VC++请求HTTP,使用POST和GET方法-vc++ http request for get post
Platform: | Size: 61440 | Author: zz | Hits:

[Otheridhttppost

Description: delphi https http get post调试程序,个人用来与各大平台通讯接口调试使用(Delphi HTTPS HTTP get post debugger, personal use to communicate with the major platform communication interface debugging)
Platform: | Size: 1761280 | Author: lordd | Hits:

[OtherVB使用XMLHTTP实现Post与Get的方法

Description: VB使用XMLHTTP实现Post与Get的方法(VB XMLHTTP Post or Get)
Platform: | Size: 2048 | Author: yy666dht | Hits:

[CSharpAPI接口调用

Description: 该类中有几个方法用来调用API,GET/POST/PUT/DELETE多种方式。(There are several methods in this class to call API, get / post / put / delete.)
Platform: | Size: 1024 | Author: 彭子 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net